<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{ margin:0px; padding:0px; box-sizing: border-box; }
html{min-width: 1200px;}
body{font-family:å¾®è½¯é›…é»‘;}
ul{list-style:none;}
li{list-style: none;}
a{ text-decoration:none;font-size:14px;}
img{border:none;}
.container{width: 1200px; margin: 0 auto;}
.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;content:"";}
.fl{float: left;}
.fr{float: right;}

/* å…±åŒæ&nbsp;‡é¢˜ */
    .common{
        width: 100%;
        margin-bottom:30px;
        text-align:center;
    }
    .common .name{
        margin-bottom: 5px;
    }
    .common .name a{
        font-size: 35px;
        font-weight: bold;
        color:#333;
    }
    .common .eng{
        color: #1f2229;
        font-size: 15px;
    }
/* å…±åŒæ&nbsp;‡é¢˜ */

/* logoå¯¼èˆª */
    .header{
        width: 100%;
        height: 85px;
        background-color:rgba(255,255,255,0.7);
        box-shadow: 0px 0px 20px rgb(0 0 0 / 24%);
        position: fixed;
        top:0;
        z-index:999;
    }
    .wrap{
        width: 1200px;
        margin: 0 auto;
        overflow:hidden;

    }
    .logo{
        width: 365px;
        height: 85px;
    }
    .logo a{
        display:block;
    }
    .logo img{
        width: 100%;
        width: 100%;
    }
    .menu {
        width: 800px;
        display: flex;
        overflow: inherit;
    }
    .menu-item {
        flex: 1;
    }
    .menu-item&gt;a{
        display: block;
        text-align: center;
        line-height: 70px;
        font-size: 16px;
        position: relative;
        color:#333;
        margin-top:15px;
    }
    .menu-item&gt;a::before{
        display: none;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #005EB9;
        position: absolute;
    }
    .menu-item&gt;a img{
        display: inline-block;
        float: left;
        margin-top:35px;
        margin-left:10px;
    }

    .menu-item:hover&gt;a ,.menu-item.active&gt;a{
        color: #005EB9;
        font-weight: 700;
    }
    .menu-item:hover&gt;a::before,.menu-item.active&gt;a::before{
        display: block;
    }
    .menu-item:last-child a{

    }
    /* äºŒçº§èœå• */
    .subMenu{
        display: none;
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height:70px;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
    }
    .subMenu&gt;ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .subMenu&gt;ul&gt;li&gt;a{
        display:block;
        padding-right:20px;
        text-align: center;
        line-height: 70px;
        color: #b2b1b1;
        font-size:14px;
    }
    .subMenu&gt;ul&gt;li&gt;a:last-child(){
        padding-right:0px;
    }
    .subMenu&gt;ul&gt;li&gt;a:hover{
        color:#fff;
        font-weight:700;
    }
    .subMenu .ss{
        width: 550px;
        height: 50px;
        background:pink;
        float: right;
        margin-top: 18px;
        margin-right: 30px;
        border:1px solid #ccc;
        box-sizing: border-box;
        overflow:hidden;
        border-radius: 10px;
    }
    .subMenu .ss input{
        outline: none;
        border:none;
        width: 480px;
        height: 50px;
        padding-left: 20px;
    }
    .subMenu .ss button{
        width: 68px;
        height: 50px;
        outline: none;
        border:none;
        background:#fff;
    }
    .subMenu .ss button i{
        font-size:20px;
        color:#005EB9;
        cursor: pointer;
    }
    .num{
        position: absolute;
        top:0;
        right:380px;
        font-size: 14px;
        color:#333;
        padding-top: 5px;
    }
    .num span{
        display: inline-block;
        margin-right:10px;
    }
    .num span .sj{
        padding-right:5px;
    }
    .num span .wx{
        padding-left:5px;
    }
    .num a{
        padding:0 10px;
        font-size: 14px;
        color:#333;
    }
    .num a:hover{
        color:#005EB9;
    }
    .num a img{
        width: 20px;
        height: 20px;
        margin-right:5px;
        // margin-top:5px;
        vertical-align: middle;
        display: inline-block;
    }
/* logoå¯¼èˆª */

/* å¤§å›¾è½®æ’­ */
    .cart{
        width: 100%;
    }
    .cart .cart-container{
        width: 100%;
    }
    .cart .swiper-container .swiper-slide{
        width: 100%;
        height: 700px;
    }
    .cart .swiper-container .cart-img1{
        background:url('../images/banner1.jpg') center top no-repeat;
        background-size:cover;
    }
    .cart .swiper-container .cart-img2{
        background:url('../images/banner2.jpg') center top no-repeat;
        background-size:cover;
    }
    .cart .swiper-container .cart-img3{
        background:url('../images/banner3.jpg') center top no-repeat;
        background-size:cover;
    }
/* å¤§å›¾è½®æ’­ */

/* äº§å“å±•ç¤º */
    .product{
        width: 100%;
        padding:50px 0;
    }

    .product .pro-btn-ul{
        width: 100%;
        overflow:hidden;
        text-align:center;
        margin-bottom:30px;
    }
    .product .pro-btn-ul .pro-btn-li{
        display: inline-block;
        margin-right:10px;
        box-sizing:border-box;
        margin-top:10px;
    }
    .product .pro-btn-ul .pro-btn-li:last-child{
        margin-right:0;
    }
    .product .pro-btn-ul .pro-btn-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        color:#fff;
        font-size: 18px;
        padding:10px 15px;
        border:1px solid #005EB9;
        box-sizing:border-box;
        background: #005EB9;
        transition:all 0.5s;
    }
    .product .pro-btn-ul .pro-btn-li a:hover{
        background-color:#fff;
        border:1px solid #005EB9;
        color:#005EB9;
        box-sizing:border-box;
    }

    .product .pro-con-ul{
        margin-top:-5px;
        overflow:hidden;
        padding-top:5px;
    }
    .product .pro-con-ul .pro-con-li{
        float: left;
        width: 385px;
        margin-right:15px;
        transition:all 0.5s;
        margin-top:50px;
        border:1px solid #999;
        box-sizing:border-box;
    }
    .product .pro-con-ul .pro-con-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .product .pro-con-ul .pro-con-li:nth-child(3n){
        margin-right:0;
    }
    .product .pro-con-ul .pro-con-li:nth-child(1){
        margin-top:0;
    }
    .product .pro-con-ul .pro-con-li:nth-child(2){
        margin-top:0;
    }
    .product .pro-con-ul .pro-con-li:nth-child(3){
        margin-top:0;
    }
    .product .pro-con-ul .pro-con-li .img{
        width: 100%;
        height: 300px;
    }
    .product .pro-con-ul .pro-con-li .img img{
        width: 100%;
        height: 100%;
    }
    .product .pro-con-ul .pro-con-li .main{
        padding:20px;
        background:#fff;
        background: url(../images/xing.png) no-repeat 90% 19% #fff;
    }
    .product .pro-con-ul .pro-con-li .main .duct-name{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 75%;
        box-sizing: border-box;
        font-size: 20px;
        color: #282828;
        transition:all 0.5s;
        margin-bottom:15px;
    }
    .product .pro-con-ul .pro-con-li .main .duct-desc{
        width: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        color: #666666;
        margin: 20px 0 27px;
    }
    .product .pro-con-ul .pro-con-li .main .duct-n2{
        display: block;
        background: url(../images/dn2.png) no-repeat 0 center;
        height: 33px;
        line-height: 33px;
    }
    .product .pro-con-ul .pro-con-li .main .duct-n2 .more{
        text-align: center;
        width: 129px;
        height: 33px;
        background-color: #f5f5f5;
        transition:all 0.5s;
        font-size: 14px;
        color: #666;
    }
    .product .pro-con-ul .pro-con-li:hover{
        box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
        transform: translateY(-3px) translateZ(5px);
    }
    .product .pro-con-ul .pro-con-li a:hover .main .duct-name{
        margin-left:10px;
        color:#005EB9;
    }
    .product .pro-con-ul .pro-con-li a:hover .main .duct-n2 .more{
        background:#005EB9;
        color:#fff;
    }
/* äº§å“å±•ç¤º */

/* æœåŠ¡ä¸­å¿ƒ */
    .service{
        width: 100%;
        height: 412px;
        background: url(../images/section3-bg.jpg) center center no-repeat;
        background-size:cover;
        padding:50px 0;
    }
    .service .ser-ul{
        width: 100%;
        overflow:hidden;
    }
    .service .ser-li{
        float: left;
        width: 185px;
        height: 200px;
        background-color:rgba(255,255,255,0.3);
        margin-right:18px;
        transition:all 0.5s;
    }
    .service .ser-li:last-child{
        margin-right:0;
    }
    .service .ser-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align:center;
    }
    .service .ser-li a img{
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-top:30px;
        margin-bottom:30px;
        transition:all 1s;
    }
    .service .ser-li a p{
        font-size: 18px;
        color:#fff;
    }
    .service .ser-li:hover{
        background-color:rgba(0,94,185,0.7);
    }
    .service .ser-li:hover a img{
        transform: rotateX(360deg);
    }
/* æœåŠ¡ä¸­å¿ƒ */

/* æ¡ˆä¾‹å±•ç¤º */

    .service-product{
        width:100%;
        padding:50px 0;
     }
    .service-product-main{

     }
    .product-container {
        height: 300px;
    }
    .service-product-con{
        height: 300px;
    }
    .service-product .swiper-slide{
        height: 300px;
    }
    .service-product-pro{
        width: 100%;
        height: 300px;
        position: relative;
    }
    .service-product-icon{
        width: 100%;
        height: 300px;
    }
    .service-product-icon img{
        width: 100%;
        height: 100%;
    }
    .service-product-pro .mask{
        position: absolute;
        top:250px;
        left:0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.7);
        line-height:50px;
        text-align:center;
        color:#fff;
        font-size:16px;
        transition:all 0.5s;
    }
    .service-product-pro:hover .mask{
        top:0px;
        line-height:300px;
    }
/* æ¡ˆä¾‹å±•ç¤º */

/* å…³äºŽæˆ‘ä»¬ */
    .about{
        width: 100%;
        height: 600px;
        background-color:#efefef;
        overflow:hidden;
        padding-top:45px;
    }
    .about .ab-con{
        width: 100%;
        overflow:hidden;
        margin-top: 30px;
    }
    .about .ab-con .img{
        width: 550px;
        height: 400px;
    }
    .about .ab-con .img img{
        width: 100%;
        height: 100%;
    }
    .about .ab-con .desc{
        width: 580px;
    }
    .about .ab-con .desc .name{
        padding: 21px 0;
        border-bottom: 1px solid #b8b6b6;
        font-size: 24px;
        color: #333;
    }
    .about .ab-con .desc .nr{
        margin: 20px 0;
        height: 250px;
        padding: 0 10px 0 0;
        font-size: 16px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        color:#333;
        text-align:justify;
    }
    .about .ab-con .desc .nr p{
        text-indent: 2rem;
    }
    .about .ab-con .desc a{
        display: inline-block;
        padding: 7px 40px;
        color: #fff;
        font-size: 17px;
        background: #005EB9;
        border: 1px solid #005EB9;
        border-radius: 30px;
        transition: all .35s;
    }
    .about .ab-con .desc a:hover{
        background: #fff;
        color:#005EB9;
    }
/* å…³äºŽæˆ‘ä»¬ */

/* æ–°é—»èµ„è®¯ */
    .news{
        width: 100%;
        padding:50px 0;
    }
    .news .news-top{
        width: 100%;
        overflow:hidden;
    }
    .news .news-top .le-ul{
        width: 585px;
        height: 370px;
    }
    .news .news-top .le-ul .le-li{
        width: 100%;
        height: 100%;
        display: none;
    }
    .news .news-top .le-ul .le-li img{
        width: 100%;
        height: 100%;
    }
    .news .news-top .ri-ul{
        width: 585px;
        height: 370px;
    }
    .news .news-top .ri-ul .ri-li{
        width: 100%;
        height: 123.3px;
        border-bottom:1px dashed #ccc;
        padding:10px 0;
        box-sizing:border-box;
    }
    .news .news-top .ri-ul .ri-li a{
        display:inline-block;
        width: 100%;
        height: 100%;
    }
    .news .news-top .ri-ul .ri-li a .time{
        width: 100px;
        height: 100px;
        text-align:center;
        background:#005EB9;
        color:#fff;
        border:1px dashed #666;
    }
    .news .news-top .ri-ul .ri-li a .time .big{
        font-size: 50px;
        line-height: 1;
        margin-top:7px;
    }
    .news .news-top .ri-ul .ri-li a .time .small{
        font-size: 14px;
        margin-top: 10px;
    }
    .news .news-top .ri-ul .ri-li a .news-con{
        width: 455px;
        height: 100%;
        padding-top:12px;
    }
    .news .news-top .ri-ul .ri-li a .news-con .name{
        font-size: 17px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        color:#333;
        margin-bottom:3px;
    }
    .news .news-top .ri-ul .ri-li a .news-con .desc{
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        color: #707070;
        line-height:30px;
    }
    .news .news-top .ri-ul .ri-li a:hover .news-con .name{
        color: #005EB9;
    }
    .news .news-ul-bottom{
        width: 100%;
        overflow:hidden;
    }
    .news .news-ul-bottom .news-li-bottom{
        float: left;
        width: 585px;
        height: 50px;
        border-bottom:1px dashed #ccc;
        margin-right:30px;
        line-height:50px;
        margin-top:5px;
    }
    .news .news-ul-bottom .news-li-bottom:nth-child(2n){
        margin-right:0;
    }
    .news .news-ul-bottom .news-li-bottom p{
        width: 470px;
        font-size:16px;
        color:#333;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .news .news-ul-bottom .news-li-bottom span{
        color: #777;
        font-size: 13px;
    }
    .news .news-ul-bottom .news-li-bottom:hover p{
        color:#005EB9;
    }
/* æ–°é—»èµ„è®¯ */

/* åˆä½œå®¢æˆ· */
    .cooperative{
        width: 100%;
        padding:50px 0;
        background:#f4f4f4;
    }

    #div1{
        width: 100%;
        height: 62px;
        overflow:hidden;
        position:relative;
    }
    .yzsj-ul{
        width: 3000px;
        height: 62px;
        position:absolute;
        top:0;
        left:0;
    }
    .yzsj-ul .yzsj-list{
        margin-right:20px;
        float:left;
        width: 197px;
        height: 62px;
        overflow:hidden;
    }
    .yzsj-ul .yzsj-list a{
        display:block;
        width: 197px;
        height: 62px;
    }
    .yzsj-ul .yzsj-list .img{
        width: 197px;
        height: 62px;
        overflow:hidden;
    }
    .yzsj-ul .yzsj-list .img img{
        width: 100%;
        height: 100%;
        transition-duration: 0.5s;
    }
    .yzsj-ul .yzsj-list:hover .img img{
        transform: scale(1.05, 1.05);
    }
/* åˆä½œå®¢æˆ· */

/* ç½‘ç«™åº•éƒ¨ */
    .footer{
        width: 100%;
    }
    .footer .footer-top{
        width:100%;
        background: #333;
        overflow:hidden;
        padding:40px 0;
    }
    .footer .footer-top .nav-left{
        width: 81%;
        text-align: left;
    }
    .footer .footer-top .nav-left li{
        display: block;
        float: left;
        margin-right:86px;
    }
    .footer .footer-top .nav-left li a{
        display: block;
        font-size: 16px;
        color: #fff;
    }
    .footer .footer-top .nav-left li div{
        padding-top: 30px;
    }
    .footer .footer-top .nav-left li div a{
        display: block;
        padding: 5px 0;
        font-size: 14px;
        color: #fff;
        transition: all .35s;
    }
    .footer .footer-top .nav-left li div a:hover{
        font-weight: 700;
    }
    .footer .footer-top .nav-left .tel p{
        padding: 0;
        font-size: 14px;
        color: #fff;
		line-height: 29px;
    }
    .footer .footer-top .ewm{
        width: 19%;
        text-align: right;
        text-align: center;
    }
    .footer .footer-top .ewm img{
        width: 110px;
        height: 110px;
    }
    .footer .footer-top .ewm p{
        color:#fff;
        font-size:14px;
        margin-top:10px;
    }
    .footer .footer-bottom{
        width:100%;
        background: #005EB9;
        height: 40px;
        text-align: center;
    }
    .footer .footer-bottom p{
        line-height:40px;
        font-size:13px;
        color:#fff;
    }
    .footer .footer-bottom p a{
        font-size:13px;
        color:#fff;
    }
/* ç½‘ç«™åº•éƒ¨ */

/*ç©ºç™½é¡µ*/
    .kby{
        width: 100%;
        padding:0px 0 50px;
        overflow:hidden;
    }
    .kby-img{
        width: 100%;
        height: 600px;
        background:url(../images/kby.jpg) center center no-repeat;
    }
    .kby-tit{
        width: 100%;
        height: 55px;
        margin-top:50px;
    }
    .kby-tit .gy{
        font-size:40px;
        color:#005eb9;
    }
    .kby-tit span{
        color:#C8E3D0;
        font-size:35px;
    }
    .kby-tit .wz{
        line-height:55px;
        color:#999;
        font-size:14px;
    }
    .kby-tit .wz a{
        font-size:14px;
        color:#999;
    }
    .kby-btn{
        width: 100%;
        height: 50px;
        margin-top:40px;
    }
    .kby-btn .kby-btn-ul{
        text-align:center;
        border-bottom:1px solid #999;
    }
    .kby-btn .kby-btn-list{
        min-width: 102px;
        height: 40px;
        margin:0 10px;
        text-align:center;
        padding:0 10px;
        display: inline-block;
    }
    .kby-btn .kby-btn-list a{
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height:42px;
        color:#333;
        font-size:15px;
        transition:all 0.3s;
    }
    .kby-btn .active a{
        color:#005eb9;
        border-bottom:3px solid #005eb9;
    }
    .kby-btn .kby-btn-list a:hover{
        color:#005eb9;
        border-bottom:3px solid #005eb9;
    }
    .kby-con{
        padding-top:30px;
    }

    /*äº§å“å±•ç¤º*/
        .kby-con-menu .pro-le{
            width: 240px;
        }
        .kby-con-menu .pro-le .pro-tit{
            width: 100%;
            height: 80px;
            background:#005eb9;
            padding-left:30px;
            line-height:80px;
            font-size: 22px;
            color:#fff;
            margin-bottom:1px;
        }
        .kby-con-menu .pro-le .pro-ul{
            margin-bottom:20px;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li{
            width: 100%;
            background:#F6F6F6;
            border-bottom:1px solid #DEDEDE;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li a{
            display: inline-block;
            width: 83%;
            height: 100%;
            padding:0 20px;
            line-height:60px;
            transition:all 0.3s;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li a .name{
            color:#222;
            font-size:15px;
            overflow:hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
			display: block;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li .jt{
            font-weight:700;
            font-size:18px;
            color:#C3C1C2;
			line-height: 60px;
			padding-right: 20px;
			cursor: pointer;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li a:hover{
            background:#005eb9;
        }
        .kby-con-menu .pro-le .pro-ul .pro-li a:hover .name{
            color:#fff;
        }
        .kby-con-menu .pro-le .content{
            width: 100%;
            height: 201px;
            background:#F6F6F6;
            padding:0px 20px;
            color: #222;
            font-size: 15px;
            overflow: hidden;
        }
        .kby-con-menu .pro-le .content p{
            margin-top:20px;
        }
    /*äº§å“å±•ç¤º*/


    .kby-con-big{

    }
    .kby-con-big .pos{
        width: 100%;
        height: 30px;
    }
    .kby-con-big .pos p{
        color:#999;
        font-weight:700;
    }
    .kby-con-big .pos p i{
        color:#005eb9;
    }
    .kby-con-big .pos p a{
        color:#666;
        padding:5px;
    }
    .kby-con-big .fdj-js{
        overflow:hidden;
    }
    /*é€‰é¡¹å¡æ”¾å¤§é•œ*/
        .kby-con-big{
            width: 900px;
        }
        .magnifier{
            width: 402px;
            height: 395px;
            border:1px solid #ccc;
            box-sizing:border-box;
        }
        #MagnifierWrap2{
            position: relative;
            width: 400px;
            height: 390px;
        }
        .MagnifierMain{
            position: relative;
            width: 400px;
            height: 324px;
        }
        .MagnifierMain img{
            width: 100%;
			height: 100%;
        }
        .MagnifierDrag{
            position: absolute;
            top:0;
            left: 0;
            background-color: #ccc;
            opacity: 0.4;
            filter:alpha(opacity = 40);
            cursor: move;
        }
        .MagnifierPop{
            position: absolute;
            top:0px;
            left:415px;
            overflow: hidden;
            z-index:999;
        }
        .MagnifierImg{
            position: absolute;
            top:10px;
            left: 0;
        }
        .spec-items{
            position: relative;
            width: 360px;
            height: 69px;
            overflow: hidden;
            padding-top: 10px;
            margin: 0 auto;
        }
        .spec-items ul{
            width: 200%;
            position: absolute;
            top: 5px;
            left: 0;
        }
        .spec-items ul *{
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }
        .spec-items li{
            width: 68px;
            height: 55px;
            float: left;
            overflow: hidden;
            margin-right: 5px;
            border: 2px solid #fff;
            box-sizing:border-box;
            cursor: pointer;
        }
        .spec-items li.on{
            border:2px solid #005EB9;
            box-sizing:border-box;
        }
        .spec-items li img{
            width: 100%;
        }
        span.spe_leftBtn,span.spe_rightBtn{
            position: absolute;
            bottom: 3px;
            display: block;
            width: 20px;
            height: 55px;
            line-height: 55px;
            font-family: "é»‘ä½“";
            text-align: center;
            font-size: 30px;
            color: #ddd;
            cursor: default;
            background-color: #f9f9f9;
        }
        span.on{
            background-color: #ccc;
            color: #999;
            cursor: pointer;
        }
        span.spe_leftBtn{
            left: 10;
        }
        span.spe_rightBtn{
            right:0;
        }
    /*é€‰é¡¹å¡æ”¾å¤§é•œ*/

    .kby-con-big .fdj-js .mag-js{
        width: 430px;
        padding-top:40px;
    }
    .kby-con-big .fdj-js .mag-js .wz{
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        color:#333;
    }
    .kby-con-big .fdj-js .mag-js .wz span{
        color:#005eb9;
    }
    .kby-con-big .fdj-js .mag-js .zx{
        width: 178px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        margin-top: 28px;
        margin-bottom:28px;
        background: #444444;
        color: #ffffff;
    }
    .kby-con-big .fdj-js .mag-js .zx:hover{
        background:#005eb9;
    }

    .kby-con-big .fdj-js .mag-js .gj-desc{
        margin-top: 9px;
        width: 318px;
        height: 70px;
        line-height:70px;
        background: #eeeeee;
        padding: 0 18px;
        color:#333;
        font-size: 15.5px;

    }

    .mag-con{
        width: 100%;
        padding-top:40px;
    }
    .mag-con .mag-desc{
        width: 100%;
    }
    .mag-con .mag-desc .mag-btn-ul{
        text-align:center;
        border-bottom:1px solid #999;
        margin-bottom:30px;
    }
    .mag-con .mag-desc .mag-btn-li{
        min-width: 102px;
        height: 40px;
        margin:0 10px;
        text-align:center;
        padding:0 10px;
        display: inline-block;
        line-height:42px;
        color:#333;
        font-size:16px;
        transition:all 0.3s;
        cursor: pointer;
        font-weight:700;
    }
    .mag-con .mag-desc .active{
        color:#005eb9;
        border-bottom:3px solid #005eb9;
    }
    .mag-con .mag-desc .mag-btn-li:hover{
        color:#005eb9;
        border-bottom:3px solid #005eb9;
    }
    .mag-con .mag-desc .mag-con-ul{
        width: 100%;
    }
    .mag-con .mag-desc .mag-con-ul .mag-con-li{
        font-size:16px;
        color:#333;
        display: none;
    }

/*ç©ºç™½é¡µ*/</pre></body></html>